@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:200 800;font-stretch:100%;font-display:swap;src:url(../media/033400d475fad6b1-s.a188d1ff.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:200 800;font-stretch:100%;font-display:swap;src:url(../media/26daee0352f50a5f-s.d9ee93eb.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:200 800;font-stretch:100%;font-display:swap;src:url(../media/017d9bea37084d9b-s.p.a6d6de71.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Bricolage Grotesque Fallback;src:local(Arial);ascent-override:88.21%;descent-override:25.61%;line-gap-override:0.0%;size-adjust:105.43%}.bricolage_grotesque_8c519202-module__UFQ6Tq__className{font-family:Bricolage Grotesque,Bricolage Grotesque Fallback;font-style:normal}.bricolage_grotesque_8c519202-module__UFQ6Tq__variable{--font-bricolage:"Bricolage Grotesque","Bricolage Grotesque Fallback"}
*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-bricolage),"Bricolage Grotesque",-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-container{background-color:#f5f5f5;min-height:100vh}.header{background-color:#2d2d2d;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;box-shadow:0 2px 4px #0000001a}.header-left{align-items:center;gap:1rem;display:flex}.logo{object-fit:contain;width:auto;height:30px}.app-name{color:#fff;margin:0;font-size:1.5rem;font-weight:600}.add-app-btn{color:#fff;cursor:pointer;background-color:#f97316;border:none;border-radius:6px;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;transition:background-color .2s}.add-app-btn:hover{background-color:#ea580c}.add-app-btn:active{background-color:#c2410c}.main-content{max-width:1400px;margin:0 auto;padding:2rem}.search-section{margin-bottom:2rem}.search-input{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;max-width:500px;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.search-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.applications-section{margin-top:2rem}.section-title{color:#1f2937;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:600;display:flex;position:relative}.section-title:after{content:"";background-color:#f97316;border-radius:2px;width:300px;height:3px;position:absolute;bottom:0;left:0}.app-count{color:#fff;text-align:center;background-color:#f97316;border-radius:12px;justify-content:center;align-items:center;min-width:2rem;padding:.25rem .625rem;font-size:.875rem;font-weight:500;display:inline-flex}.apps-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;display:grid}.app-card{cursor:pointer;text-align:center;background-color:#fff;border-radius:12px;flex-direction:column;align-items:center;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 1px 3px #0000001a}.app-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.app-icon{border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1rem;display:flex}.app-icon-image{object-fit:contain;filter:brightness(0)invert();width:32px;height:32px}.app-title{color:#1f2937;margin:0;font-size:.9375rem;font-weight:500;line-height:1.4}@media (max-width:768px){.header{padding:1rem}.app-name{font-size:1.25rem}.main-content{padding:1rem}.apps-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.app-card{padding:1rem}.app-icon{width:56px;height:56px}.app-title{font-size:.875rem}}.modal-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background-color:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.modal-title{color:#1f2937;margin:0;font-size:1.25rem;font-weight:600}.modal-close{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.5rem;transition:background-color .2s;display:flex}.modal-close:hover{background-color:#f3f4f6}.modal-form{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.section-label{color:#374151;margin-bottom:.75rem;font-size:.875rem;font-weight:500;display:block}.form-group input[type=text],.form-group input[type=url]{border:1px solid #d1d5db;border-radius:8px;width:100%;padding:.75rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.form-group input[type=text]:focus,.form-group input[type=url]:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.icon-grid{grid-template-columns:repeat(5,1fr);gap:.75rem;display:grid}.icon-option{aspect-ratio:1;cursor:pointer;background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.icon-option:hover{background-color:#eff6ff;border-color:#3b82f6}.icon-option.selected{background-color:#dbeafe;border-color:#3b82f6}.icon-preview{object-fit:contain;filter:brightness(0);width:24px;height:24px}.color-grid{grid-template-columns:repeat(10,1fr);gap:.75rem;display:grid}.color-option{aspect-ratio:1;cursor:pointer;border:2px solid #e5e7eb;border-radius:8px;padding:0;transition:all .2s}.color-option:hover{transform:scale(1.1);box-shadow:0 4px 6px -1px #0000001a}.color-option.selected{border-width:3px;border-color:#1f2937;box-shadow:0 0 0 2px #fff,0 0 0 4px #1f2937}.modal-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1rem;display:flex}.btn-cancel{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;transition:background-color .2s}.btn-cancel:hover{background-color:#f9fafb}.btn-add{color:#fff;cursor:pointer;background-color:#22c55e;border:none;border-radius:6px;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;transition:background-color .2s}.btn-add:hover{background-color:#16a34a}.btn-add:active{background-color:#15803d}.btn-add:disabled{cursor:not-allowed;background-color:#9ca3af}.loading-container,.error-container{color:#374151;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.loading-spinner{border:4px solid #e5e7eb;border-top-color:#f97316;border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-message{color:#dc2626;font-size:1.125rem}.retry-btn{color:#fff;cursor:pointer;background-color:#f97316;border:none;border-radius:6px;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;transition:background-color .2s}.retry-btn:hover{background-color:#ea580c}.options-container{z-index:10;position:absolute;top:8px;right:8px}.options-btn{color:#9ca3af;cursor:pointer;opacity:0;background-color:#0000;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.app-card:hover .options-btn{opacity:1}.options-btn:hover{color:#374151;background-color:#f3f4f6}.dropdown-menu{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:140px;margin-top:4px;animation:.15s ease-out dropdownFadeIn;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{color:#374151;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .15s;display:flex}.dropdown-item:hover{background-color:#f3f4f6}.dropdown-item-danger{color:#dc2626}.dropdown-item-danger:hover{background-color:#fef2f2}.delete-modal{text-align:center;background-color:#fff;border-radius:16px;width:90%;max-width:400px;padding:2rem;animation:.2s ease-out modalSlideIn;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}.delete-modal-icon{margin-bottom:1rem}.delete-modal-title{color:#1f2937;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.delete-modal-text{color:#6b7280;margin:0 0 1.5rem;font-size:.9375rem;line-height:1.5}.delete-modal-text strong{color:#1f2937}.delete-modal-actions{justify-content:center;gap:.75rem;display:flex}.btn-delete{color:#fff;cursor:pointer;background-color:#ef4444;border:none;border-radius:6px;padding:.625rem 1.5rem;font-size:.9375rem;font-weight:500;transition:background-color .2s}.btn-delete:hover{background-color:#dc2626}.btn-delete:disabled{cursor:not-allowed;background-color:#fca5a5}.btn-cancel:disabled{opacity:.6;cursor:not-allowed}
