*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f4f6f9;--surface: #ffffff;--surface2: #f0f2f5;--border: #e2e6ea;--text: #1a1d23;--text-muted: #6b7280;--primary: #4F46E5;--primary-dark: #4338ca;--primary-light: #eef2ff;--danger: #dc2626;--danger-light: #fef2f2;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.05);--shadow-lg: 0 4px 24px rgba(0,0,0,.12);--transition: .15s ease}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}#app{min-height:100vh}.hidden{display:none!important}.loading{color:var(--text-muted);padding:2rem;text-align:center}.error{color:var(--danger);padding:1rem}.empty-state{color:var(--text-muted);padding:2rem;text-align:center}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);transition:background var(--transition),box-shadow var(--transition);text-decoration:none}.btn:hover{background:var(--surface2)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.btn-danger{background:var(--danger-light);color:var(--danger);border-color:#fca5a5}.btn-danger:hover{background:#fee2e2}.btn-sm{padding:.3rem .7rem;font-size:.8125rem}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-sm);border:none;background:transparent;cursor:pointer;color:var(--text-muted);transition:background var(--transition),color var(--transition)}.btn-icon:hover{background:var(--surface2);color:var(--text)}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef2ff,#f4f6f9 60%)}.login-card{background:var(--surface);padding:2.5rem 2rem;border-radius:var(--radius);box-shadow:var(--shadow-lg);text-align:center;width:100%;max-width:380px}.login-logo{margin-bottom:1.25rem}.login-card h1{font-size:1.5rem;font-weight:700;margin-bottom:.375rem}.login-card>p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9375rem}.btn-google{width:100%;justify-content:center;gap:.6rem;padding:.7rem 1.2rem;font-size:.9375rem;margin-bottom:1rem}.login-note{font-size:.8125rem;color:var(--text-muted)}.launcher{min-height:100vh;display:flex;flex-direction:column}.launcher-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.5rem;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.launcher-header-left{display:flex;align-items:center;gap:.625rem}.launcher-title{font-size:1.125rem;font-weight:700}.launcher-header-right{display:flex;align-items:center;gap:.5rem}.btn-user{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border:1px solid var(--border);border-radius:999px;background:var(--surface);cursor:pointer;font-size:.875rem;color:var(--text);transition:background var(--transition)}.btn-user:hover{background:var(--surface2)}.user-avatar{width:24px;height:24px;border-radius:50%}.user-menu{position:fixed;top:60px;right:1rem;z-index:100;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);min-width:200px;overflow:hidden}.user-menu-info{padding:.75rem 1rem}.user-menu-info strong{display:block;font-size:.9375rem}.user-menu-info span{color:var(--text-muted);font-size:.8125rem}.user-menu hr{border:none;border-top:1px solid var(--border)}.user-menu button{display:block;width:100%;padding:.6rem 1rem;text-align:left;background:none;border:none;cursor:pointer;font-size:.875rem;color:var(--text);transition:background var(--transition)}.user-menu button:hover{background:var(--surface2)}.launcher-grid-container{flex:1;padding:2rem 1.5rem;max-width:1200px;margin:0 auto;width:100%}.launcher-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem}.app-card{display:flex;flex-direction:column;align-items:center;gap:.625rem;padding:1.25rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);cursor:pointer;text-decoration:none;color:var(--text);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);text-align:center}.app-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #4f46e526;border-color:#c7d2fe}.app-icon{width:56px;height:56px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;background:var(--primary-light);overflow:hidden}.app-icon-img{width:100%;height:100%;object-fit:contain}.app-emoji{font-size:2rem;line-height:1}.app-name{font-size:.875rem;font-weight:600;line-height:1.3;word-break:break-word}.applet-shell{display:flex;flex-direction:column;min-height:100vh}.applet-header{display:flex;align-items:center;gap:1rem;padding:.75rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.applet-back{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);font-size:.875rem;cursor:pointer;color:var(--text);transition:background var(--transition)}.applet-back:hover{background:var(--surface2)}.applet-header-title{font-weight:600;font-size:1rem;flex:1}.applet-logout{padding:.375rem .75rem;background:none;border:1px solid var(--border);border-radius:999px;font-size:.8125rem;cursor:pointer;color:var(--text-muted);transition:background var(--transition)}.applet-logout:hover{background:var(--surface2)}.applet-content{flex:1}.admin{min-height:100vh}.admin-header{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.admin-header h1{font-size:1.25rem;font-weight:700;flex:1}.admin-body{max-width:760px;margin:0 auto;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:2rem}.admin-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.admin-section h2{font-size:1rem;font-weight:700;margin-bottom:1rem}.admin-hint{font-size:.8125rem;color:var(--text-muted);margin-bottom:.75rem}.apps-table{width:100%;border-collapse:collapse;font-size:.875rem;table-layout:fixed}.apps-table th{text-align:left;padding:.5rem .75rem;color:var(--text-muted);font-weight:600;font-size:.8125rem;border-bottom:1px solid var(--border)}.apps-table td{padding:.625rem .75rem;border-bottom:1px solid var(--border);vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.apps-table tr:last-child td{border-bottom:none}.apps-table th:first-child,.apps-table td:first-child{width:44px}.apps-table th:last-child,.apps-table td:last-child{width:64px;overflow:visible}.apps-table th:nth-child(2),.apps-table td:nth-child(2){width:30%}.url-cell{color:var(--text-muted);font-size:.8125rem}.icon-thumb{width:28px;height:28px;border-radius:6px;object-fit:contain}.app-emoji-sm{font-size:1.4rem;line-height:1}textarea{width:100%;padding:.625rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.875rem;font-family:inherit;resize:vertical;background:var(--surface);color:var(--text);margin-bottom:.75rem}textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.modal{background:var(--surface);border-radius:var(--radius);width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.modal-header h2{font-size:1.125rem;font-weight:700}#app-form{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}label{display:flex;flex-direction:column;gap:.375rem;font-size:.875rem;font-weight:500;color:var(--text)}input[type=text],input[type=number],select{padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.875rem;font-family:inherit;background:var(--surface);color:var(--text);width:100%}input:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.field-hint{font-size:.8125rem;color:var(--text-muted);font-weight:400}.icon-options{display:flex;gap:1rem;flex-wrap:wrap}.radio-label{flex-direction:row;align-items:center;gap:.375rem;font-weight:400;cursor:pointer}.icon-preview{min-height:56px;display:flex;align-items:center}.icon-preview-img{width:56px;height:56px;border-radius:var(--radius-sm);object-fit:contain;border:1px solid var(--border)}.icon-preview-emoji{font-size:2.5rem}.modal-actions{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem}.modal-actions-right{display:flex;gap:.5rem}.trees-app{max-width:680px;margin:0 auto;padding:2rem 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 600px){.trees-app{grid-template-columns:1fr}}.trees-form{display:flex;flex-direction:column;gap:1.25rem}.trees-form h2{font-size:1.25rem;font-weight:700}.trees-subtitle{color:var(--text-muted);font-size:.9375rem;margin-top:-.5rem}.trees-label{display:flex;flex-direction:column;gap:.375rem;font-size:.9rem;font-weight:500}.trees-label select,.trees-label input{padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.9rem}.trees-fieldset{border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem 1rem}.trees-fieldset legend{font-size:.875rem;font-weight:600;padding:0 .25rem}.trees-check{display:flex;flex-direction:row;align-items:center;gap:.5rem;font-weight:400;cursor:pointer;padding:.25rem 0}.trees-check input{width:auto}.trees-result{background:var(--primary-light);border:1px solid #c7d2fe;border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;position:sticky;top:80px;height:fit-content}.trees-estimate-label{font-size:.875rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.05em}.trees-estimate{font-size:2rem;font-weight:800;color:var(--primary)}.trees-disclaimer{font-size:.8125rem;color:var(--text-muted);line-height:1.4}@media (max-width: 480px){.launcher-grid{grid-template-columns:repeat(3,1fr);gap:.75rem}.launcher-grid-container{padding:1.25rem .875rem}.app-icon{width:48px;height:48px}.app-name{font-size:.8rem}}
