main{text-align:center;flex-direction:column;gap:12px;max-width:360px;min-height:100vh;margin:0 auto;padding:12px;display:flex}.result-page{text-align:center}.logo-link{object-fit:contain;width:50px;height:50px;color:inherit;text-decoration:none}.logo-link img{width:auto;height:50px}.app-title{text-align:center;font-size:2rem;font-weight:700}.title-highlight{color:#fff;background-color:#e51236;border-radius:999px;margin-right:4px;padding:2px 10px;display:inline-block}.skills-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;width:100%;max-width:320px;display:grid}.mocktail-image{width:100%;max-width:140px;height:auto;margin:16px auto;display:block}body{color:#121212;background-color:#fff;margin:0;font-family:Inter,"sans-serif"}input,textarea,button{font-family:inherit}h1{margin-bottom:10px}.primary-button{color:#fff;cursor:pointer;background-color:#e51236;border:none;border-radius:999px;width:100%;height:48px;font-size:1rem;font-weight:600;transition:all .2s}.primary-button:hover{opacity:.9}.primary-button:disabled{cursor:not-allowed;background-color:#f3a3ad}button{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:12px;min-height:44px;padding:12px 16px}.page-header{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.page-content{margin-top:45px}.selected-skills-list{flex-wrap:wrap;justify-content:center;gap:12px;max-width:320px;margin:0 auto;display:flex}.selected-skills-list .skill-button{width:auto;min-width:88px;max-width:100%;padding:10px 16px}.drink-glass{width:220px;height:320px;margin:10px auto;position:relative}.drink-base{object-fit:contain;z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.drink-liquid{z-index:1;pointer-events:none;position:absolute}.drink-overlay{object-fit:contain;pointer-events:none;z-index:3;width:100%;height:100%;position:absolute;inset:0}.drink-glass.designer .drink-liquid{clip-path:polygon(-1% 0%,103% 0%,56% 100%,44% 101%);opacity:.95;filter:saturate(1.05);width:167px;height:94px;top:52px;left:25px}.drink-glass.developer .drink-liquid{filter:saturate(1.05);width:181px;height:115px;top:112px;left:15px}.drink-liquid-svg{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}Vätskans yta * .drink-surface{z-index:3;object-fit:contain;pointer-events:none;opacity:.95;width:219px;height:auto;position:absolute;top:107px;left:2px}.drink-surface-designer{z-index:3;object-fit:contain;pointer-events:none;opacity:.95;width:170px;height:auto;position:absolute;top:66px;left:23px}.drink-ice{z-index:4;object-fit:contain;pointer-events:none;opacity:1.85;width:170px;height:auto;position:absolute;top:65px;left:29px}.drink-tint-svg{z-index:5;pointer-events:none;mix-blend-mode:multiply;width:100%;height:100%;position:absolute;inset:0}.drink-highlight-svg{z-index:6;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.drink-highlight-designer-svg{z-index:4;pointer-events:none;width:100%;height:100%;position:absolute;top:6px;left:50px}.designer-bubbles{pointer-events:none;z-index:3;width:120px;height:95px;position:absolute;top:78px;left:50%;transform:translate(-50%)}.designer-bubbles span{background:#ffffffa6;border-radius:50%;width:6px;height:6px;animation:4s ease-in infinite bubble-rise;position:absolute;bottom:0;box-shadow:0 0 4px #ffffff80}.designer-bubbles span:first-child{animation-delay:0s;left:12px}.designer-bubbles span:nth-child(2){animation-delay:1s;left:32px}.designer-bubbles span:nth-child(3){animation-delay:2s;left:56px}.designer-bubbles span:nth-child(4){animation-delay:.8s;left:78px}.designer-bubbles span:nth-child(5){animation-delay:1.5s;left:98px}@keyframes bubble-rise{0%{opacity:0;transform:translateY(0)scale(1)}20%{opacity:.8}to{opacity:0;transform:translateY(-80px)scale(1.4)}}.drinkbook-overlay{z-index:1000;background:#0000004d;justify-content:flex-end;display:flex;position:fixed;inset:0}.drinkbook-drawer{background:#fff;width:320px;max-width:90vw;height:100%;padding:16px;overflow-y:auto}.drinkbook-close-button{color:#e62b1e;cursor:pointer;appearance:none;background:0 0;border:1px solid #e62b1e;border-radius:999px;padding:6px 12px;font-family:inherit;font-size:.9rem;line-height:1}.drinkbook-close-button:hover{color:#fff;background:#e62b1e}.drinkbook-header{justify-content:space-between;align-items:center;display:flex}.drinkbook-list{flex-direction:column;gap:12px;margin-top:16px;display:flex}.drinkbook-card{border:1px solid #001a52;border-radius:12px;padding:12px}.drinkbook-button{color:#121212;cursor:pointer;appearance:none;background:0 0;border:2px solid #001a52;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-family:inherit;font-size:1.1rem;display:flex;position:relative;top:3px}.drinkbook-button:hover{color:#fff;background:#001a52}.drinkbook-button .drinkbook-emoji,.drinkbook-button .drinkbook-label{color:inherit}.drinkbook-label{font-size:.8rem;line-height:1}.drinkbook-stamp-button{cursor:pointer;background:0 0;border:none;justify-content:center;justify-items:center;width:88px;height:88px;padding:0;display:flex}.drinkbook-stamp{width:100%;height:100%;overflow:visible}.stamp-text{fill:#001a52;letter-spacing:2px;text-transform:uppercase;font-family:Inter,sans-serif;font-size:9px;font-weight:700}.stamp-emoji{font-size:24px}.modal-overlay{z-index:2000;background:#12121247;justify-content:center;align-items:flex-start;padding:20px;display:flex;position:fixed;inset:0}.save-modal{background:#f5f5f5;border:1px solid #d9d9d9;border-radius:24px;width:100%;max-width:360px;max-height:90vh;padding:20px;overflow-y:auto;box-shadow:0 12px 30px #0000001f}.save-person-form{flex-direction:column;gap:14px;display:flex}.save-person-form label{text-align:left;flex-direction:column;gap:6px;font-weight:500;display:flex}.save-person-form input,.save-person-form textarea{background:#fff;border:1px solid #ddd;border-radius:14px;padding:10px 12px}.save-person-actions{flex-direction:column;gap:10px;display:flex}.save-person-actions button:last-child{color:#e62b1e;background:0 0;border:1px solid #e62b1e;border-radius:999px}.toast-message{color:#121212;z-index:2100;background:#f5f5f5;border:1px solid #d8d8d8;border-radius:999px;padding:12px 18px;font-size:.95rem;font-weight:500;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0000001f}.result-title{margin:0}.skill-button{width:100%;min-height:52p;text-align:center;cursor:pointer;height:44px;transform:all .2s ease;background:#fff;border:2px solid;border-radius:999px;justify-content:center;align-items:center;margin-top:16px;font-size:.95rem;font-weight:500;line-height:1.2;display:flex}.skill-button:hover{opacity:.9;transform:translateY(-2px)}.skill-button.selected{font-weight:600;transform:scale(1.02);box-shadow:0 4px 10px #0000001a}.skill-button:disabled{opacity:.4;cursor:not-allowed}.selected-colors-preview{justify-content:center;gap:12px;margin:12px 0 4px;display:flex}.color-dot{border:2px solid #1b2a6b;border-radius:999px;width:18px;height:18px;display:inline-block}.result-blend{margin:0}.builder-cta{width:100%;max-width:320px;margin:0 auto}ul{padding-left:20px}.result-actions{justify-content:center;align-items:center;gap:16px;margin-top:8px;padding-bottom:10px;display:flex}.icebreaker-toggle{text-align:center;cursor:pointer;margin-top:8px;font-weight:500}.icebreaker-section{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.arrow{margin-left:4px;transition:transform .2s;display:inline-block}.arrow.open{transform:rotate(180deg)}.icebreaker-box{text-align:center;background:#f5f5f5;border-radius:12px;width:100%;max-width:220px;margin-top:8px;padding:12px}
