*{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100%}body{font-family:SF Mono,Monaco,Consolas,Liberation Mono,Courier New,monospace;background:linear-gradient(135deg,#6f3dfe,#886ec0);color:#1a202c}a{color:inherit;text-decoration:none}button,input{font:inherit}.container{max-width:960px;margin:0 auto;padding:2rem}.card{background:#fff;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.16);overflow:hidden}.header{padding:2rem;border-bottom:3px solid #6f3dfe}.header h1{display:flex;align-items:center;gap:.75rem;font-size:1.8rem;margin-bottom:.5rem}.header p{color:#718096;line-height:1.5}.search-box{margin-top:1.25rem;position:relative}.search-box input{width:100%;padding:.9rem 1rem .9rem 2.7rem;border:2px solid #e2e8f0;border-radius:8px}.search-box input:focus{outline:none;border-color:#6f3dfe;box-shadow:0 0 0 3px rgba(223,97,19,.15)}.search-box i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#a0aec0}.file-list{padding:1rem 0}.stats{padding:0 2rem 1rem;color:#4a5568;flex-wrap:wrap}.file-item,.stats{display:flex;gap:1rem}.file-item{align-items:center;padding:1.2rem 2rem;border-top:1px solid #edf2f7;transition:background-color .2s ease}.file-item:hover{background:#f8fafc}.file-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6f3dfe,#886ec0);color:#fff;font-size:1.2rem;flex-shrink:0}.file-info{flex:1 1;min-width:0}.file-name{font-weight:600;margin-bottom:.25rem;word-break:break-word}.file-meta{display:flex;gap:1rem;flex-wrap:wrap;color:#718096;font-size:.9rem}.file-meta-item{gap:.35rem}.file-actions,.file-meta-item{display:flex;align-items:center}.file-actions{gap:.5rem;margin-left:auto}.btn{display:inline-flex;align-items:center;gap:.35rem;padding:.6rem .9rem;border-radius:6px;border:1px solid #e2e8f0;background:#fff;font-weight:600;color:#6f3dfe;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#6f3dfe,#886ec0);color:#fff;border:none}.empty-state{padding:2rem;text-align:center;color:#718096}@media (max-width:720px){.container{padding:1rem}.header{padding:1.5rem}.header h1{flex-wrap:wrap;gap:.5rem;font-size:1.6rem}.header p{font-size:.95rem}.search-box{margin-top:1rem}.search-box input{padding:.85rem 1rem .85rem 2.6rem}.stats{padding:0 1rem 1rem}.file-item{flex-direction:column;align-items:stretch;padding:1rem}.file-info{width:100%}.file-actions{margin-left:0;justify-content:flex-start;width:100%;flex-wrap:wrap}.btn,.btn-primary{width:auto;flex:1 1 auto}.btn-primary{min-width:120px}.file-meta{gap:.75rem}}