@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) rgba(255,255,255,.03)}:root{--background: #0A0A0C;--foreground: rgb(229, 231, 235);--primary: hsl(213, 31%, 56%);--border: rgba(255, 255, 255, .1);--border-hover: rgba(255, 255, 255, .2);--card-bg: rgba(26, 31, 44, .6);--card-hover: rgba(26, 31, 44, .8);--font-sans: "DM Sans", sans-serif}html,body{font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);font-size:16px;line-height:1.6;overflow-y:auto}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff08}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff26}.miro-app-shell{min-height:100vh;background-color:var(--background);color:var(--foreground);overflow-y:auto}.card{height:100vh;max-height:100vh;display:flex;flex-direction:column}.miro-app-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;background:#0a0a0ccc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-left{display:flex;align-items:baseline;gap:.375rem}.app-logo-link{font-size:.875rem;font-weight:600;color:var(--primary);text-decoration:none;transition:opacity .2s ease}.app-logo-link:hover{opacity:.8}.app-subtitle{font-size:.75rem;color:#9ca3af;font-weight:400}.header-right{display:flex;align-items:center;gap:.75rem}.header-nav-button{padding:.375rem;background:transparent;border:1px solid var(--border);border-radius:.375rem;color:#d1d5db;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:28px;height:28px}.header-nav-button:hover{background:#ffffff0d;border-color:var(--border-hover);color:#fff}.header-nav-button svg{width:16px;height:16px}.header-signout-button{padding:.375rem;background:transparent;border:1px solid rgba(239,68,68,.3);border-radius:.375rem;color:#fca5a5;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:28px;height:28px}.header-signout-button:hover{background:#ef44441a;border-color:#ef444480;color:#fecaca}.header-signout-button svg{width:16px;height:16px}.screen-content{flex:1;padding:2rem 1.5rem;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.dashboard-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.dashboard-video{filter:drop-shadow(0 0 20px rgba(96,165,250,.4))}.dashboard-title{font-size:2rem;font-weight:700;color:#fff;margin:0;text-align:center}.dashboard-actions{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:320px}.dashboard-button{padding:.875rem 1.5rem;border-radius:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;text-align:center}.dashboard-button.primary{background:linear-gradient(to right,#475569,#64748b,#475569);background-size:200% 100%;color:#fff;animation:shimmer 3s linear infinite}.dashboard-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000004d}.dashboard-button.secondary{background:transparent;color:var(--primary);border:1px solid var(--border-hover)}.dashboard-button.secondary:hover{background:#ffffff0d;border-color:var(--primary)}.create-project-screen{max-width:700px;margin:0 auto;width:100%}.screen-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 2rem;text-align:center;line-height:1.3}.selected-stickies-section{background:var(--card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;border:1px solid var(--border)}.section-label{font-size:.875rem;font-weight:600;color:#d1d5db;margin-bottom:1rem;display:block}.stickies-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.stickies-list li{background:#0f172a99;border-radius:.5rem;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.05);font-size:.875rem;line-height:1.5;color:#d1d5db}.stickies-list strong{color:#fff;margin-right:.5rem}.instructions-section{margin-bottom:2rem}.instructions-textarea{width:100%;padding:1rem;background:var(--card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:.75rem;font-family:inherit;font-size:.9375rem;line-height:1.6;color:#fff;resize:vertical;min-height:120px;transition:border-color .2s ease,box-shadow .2s ease;margin-top:.75rem}.instructions-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #7090b026}.instructions-textarea::placeholder{color:#6b7280}.create-submit-button{width:100%;padding:.875rem 1.5rem;background:linear-gradient(to right,#475569,#64748b,#475569);background-size:200% 100%;color:#fff;border:none;border-radius:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;animation:shimmer 3s linear infinite}.create-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #0000004d}.create-submit-button:disabled{opacity:.5;cursor:not-allowed;animation:none}.created-project-screen{flex:1;display:flex;align-items:center;justify-content:center}.loading-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.loading-video{border-radius:.5rem}.loading-text{font-size:1rem;color:#d1d5db;font-weight:500}.success-container{text-align:center;max-width:500px;padding:2.5rem;background:var(--card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(74,222,128,.2);border-radius:.75rem}.project-name-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .75rem;line-height:1.3}.project-headline-text{font-size:1rem;color:#d1d5db;margin:0 0 2rem;line-height:1.6}.view-in-app-button{padding:.875rem 1.5rem;background:linear-gradient(to right,#475569,#64748b,#475569);background-size:200% 100%;color:#fff;border:none;border-radius:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;animation:shimmer 3s linear infinite}.view-in-app-button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000004d}.error-container{text-align:center;max-width:500px;padding:2.5rem;background:var(--card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(239,68,68,.2);border-radius:.75rem}.error-message{font-size:.9375rem;color:#fca5a5;margin:0 0 2rem;line-height:1.6}.retry-button{padding:.875rem 1.5rem;background:transparent;color:#fca5a5;border:1px solid rgba(239,68,68,.3);border-radius:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.retry-button:hover{background:#ef44441a;border-color:#ef444480;transform:translateY(-2px)}.projects-list-screen{max-width:900px;margin:0 auto;width:100%}.screen-header-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.refresh-button{padding:.5rem 1rem;background:transparent;border:1px solid var(--border);border-radius:.5rem;color:#d1d5db;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.refresh-button:hover:not(:disabled){background:#ffffff0d;border-color:var(--border-hover)}.refresh-button:disabled{opacity:.5;cursor:not-allowed}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;list-style:none;margin:0;padding:0}.project-card{background:var(--card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;cursor:pointer;transition:all .2s ease;position:relative}.project-card:hover{background:var(--card-hover);border-color:var(--border-hover);transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.new-project-badge{position:absolute;top:.75rem;right:.75rem;background:#10b981;color:#fff;font-size:.6875rem;font-weight:600;padding:.25rem .5rem;border-radius:9999px;letter-spacing:.025em;text-transform:uppercase}.project-card-name{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .5rem;line-height:1.4;padding-right:3rem}.project-card-date{font-size:.8125rem;color:#9ca3af;margin:0}.empty-message{text-align:center;color:#9ca3af;font-size:.9375rem;padding:4rem 0}.existing-project-screen{max-width:700px;margin:0 auto;width:100%}.project-header{margin-bottom:2.5rem;text-align:center}.documents-section{padding:0;margin-top:2rem}.documents-section .view-in-app-button{margin-top:2rem;width:100%}.section-title{font-size:.8125rem;font-weight:600;color:#9ca3af;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.05em}.document-list{display:flex;flex-direction:column}.document-row{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.document-row:last-child{border-bottom:none}.document-name{font-size:.9375rem;color:#e5e7eb;font-weight:400}.document-actions{display:flex;gap:.25rem;margin-left:auto}.icon-button{padding:.5rem;background:transparent;border:none;color:#6b7280;cursor:pointer;transition:color .15s ease;display:flex;align-items:center;justify-content:center}.icon-button:hover:not(:disabled){color:#e5e7eb}.icon-button:disabled{opacity:.3;cursor:not-allowed}.icon-button svg{display:block}@keyframes shimmer{0%{background-position:0% 0}to{background-position:200% 0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.miro-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--background)}.miro-loading{padding:1rem 2rem;border-radius:.5rem;background:var(--card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);color:#d1d5db;font-size:.9375rem}.miro-auth-screen{position:relative;height:100vh;max-height:100vh;padding:3rem 1.5rem;display:flex;align-items:center;justify-content:center;background-color:var(--background);overflow-y:auto;overflow-x:hidden}.miro-auth-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 20%,rgba(59,130,246,.15),transparent 50%),radial-gradient(circle at 70% 80%,rgba(168,85,247,.1),transparent 50%);filter:blur(60px);opacity:.5;pointer-events:none}.miro-auth-card{position:relative;width:min(420px,92vw);padding:clamp(2.5rem,5vw,3rem) clamp(2.25rem,5vw,2.75rem);border-radius:1.75rem;background:#080b13eb;border:1px solid rgba(148,163,184,.22);box-shadow:0 35px 60px -32px #0f172aa6;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);display:flex;flex-direction:column;align-items:center;gap:clamp(1.5rem,4vw,2.1rem);text-align:center;z-index:1}.miro-auth-card__media{width:100%;display:flex;justify-content:center}.miro-auth-card__video{max-width:80px;width:100%;height:auto;object-fit:contain;border-radius:0;box-shadow:none}.miro-auth-card__content{width:100%;display:flex;flex-direction:column;gap:1.5rem}.miro-auth-card__title{font-size:clamp(1.5rem,5vw,1.875rem);font-weight:700;color:#fff;letter-spacing:.025em;margin:0;line-height:1.2}.miro-auth-card__google{position:relative;width:100%;padding:.875rem 1.25rem;background:#fff;color:#1f2937;border:none;border-radius:9999px;font-size:.9375rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .2s ease;box-shadow:0 4px 12px #00000026}.miro-auth-card__google:hover:not(:disabled){background:#f9fafb;transform:translateY(-2px);box-shadow:0 8px 20px #0003}.miro-auth-card__google:disabled{opacity:.6;cursor:not-allowed}.miro-auth-card__google-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.miro-auth-card__google-icon svg{width:20px;height:20px;fill:currentColor}.miro-auth-card__google-icon path{fill:#4285f4}.miro-auth-card__google-icon path:nth-child(2){fill:#34a853}.miro-auth-card__google-icon path:nth-child(3){fill:#fbbc05}.miro-auth-card__google-icon path:nth-child(4){fill:#ea4335}.miro-auth-card__toggle{background:transparent;color:#d1d5db;border:none;font-size:.875rem;font-weight:400;cursor:pointer;transition:color .2s ease;text-decoration:underline;text-decoration-color:transparent;padding:.5rem}.miro-auth-card__toggle:hover{color:#fff;text-decoration-color:currentColor}.miro-auth-card__email{width:100%;margin-top:.5rem}.miro-auth-card__signup-link{font-size:.875rem;color:#d1d5db;text-align:center;margin-top:1.5rem;line-height:1.6}.miro-auth-card__signup-link a{color:#60a5fa;text-decoration:none;font-weight:500;transition:color .2s ease}.miro-auth-card__signup-link a:hover{color:#93c5fd;text-decoration:underline}.miro-auth-card__legal{font-size:.75rem;color:#9ca3af;line-height:1.5;margin-top:1rem}.miro-auth-card__legal p{margin:0 0 .25rem}.miro-auth-card__legal-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.miro-auth-card__legal-links a{color:var(--primary);text-decoration:underline;text-decoration-color:transparent;transition:all .2s ease}.miro-auth-card__legal-links a:hover{color:#93c5fd;text-decoration-color:currentColor}.miro-auth-error{color:#fca5a5;text-align:center;margin-top:1rem;font-size:.875rem}@media (max-width: 768px){.screen-content{padding:1.5rem 1rem}.dashboard-actions{max-width:100%}.projects-grid{grid-template-columns:1fr;gap:1rem}.screen-title{font-size:1.25rem}.miro-app-header{padding:.75rem 1rem}.selected-stickies-section,.documents-section{padding:1.25rem}}@media (max-width: 480px){.screen-header-actions{flex-direction:column;align-items:flex-start;gap:1rem}.screen-title{font-size:1rem;margin-bottom:1.5rem}}.export-progress-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0a0a0ce6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-in-out}.export-progress-modal{background:var(--card-bg);border:1px solid var(--border);border-radius:1rem;padding:3rem 2rem;min-width:320px;max-width:90%;box-shadow:0 25px 50px -12px #00000080}.export-progress-modal .loading-subtext{font-size:.875rem;color:#9ca3af;margin-top:.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
